/* .top-bar 样式*/
.top-bar {
	background-color: #f7f7f7;
}

.top-bar a {
	color: #ccc;
}

.top-bar a {
	color: #282828;
}

.top-bar a:active {
	text-decoration: none;
}

.top-bar a.active {
	color: #333 !important;
	background-color: #fff !important;
}

.top-bar a:hover {
	color: #282828;
	background-color: #fff;
	text-decoration: none;
}

/*左边logo*/
#left-logo {
	background-image: url(../img/index/logo.png);
	background-size: 100% 100%;
    width: 293px;
	height: 45px;
}
/*客服中心*/
#tab_main_nav .service-tel {
	background-image: url("../img/index/logo_right.png");
	background-repeat: no-repeat;
    width: 443px;
	height: 50px;
	float: right;
}
#tab_main_nav .service-tel-ah {
	background-image: url("../img/index/logo_right_ah.jpg");
	background-repeat: no-repeat;
    width: 443px;
	height: 50px;
	float: right;
}
/*显示城市名*/
#tab_main_nav_container .cell p {
	color: #0999e2;
}
/*切换城市*/
#tab_main_nav_container .cell a {
	color: #000000;
}

/*头部的底端*/
#nav-cont .nav-list {
	border-bottom: 2px solid #0999e2;
}
/*所有服务的选项*/
#nav-cont .nav-list ul li span.btn1 {
	color: #fff !important;
	background: #086DA0 !important;
}
/*所有服务的logo*/
.icon-iwantto {
	background: url(../img/index/btn1_icon.png) no-repeat center top;
	height: 25px;
}
/*隐藏部分*/
#nav-cont-wrap {
	background: #f7f7f7;
}
/*大标题*/
.color-990000 {
	color: #0999e2 !important;
}
/*小字*/
.nav-cont-wrap  ul li span a {
	color: #333;
}
/*现在开户的logo*/
.ruoup_nav {
	background-image: url("../img/theme/MidAutumnFestival/ruoup_nav_1.png");
	background-size: 100% 100%;
}
/*用户登录的登陆按钮*/
.btn-primary {
	background-color: #08aee2;
	border-color: #08aee2;
}

.btn-primary:hover {
	background-color: #286090;
	border-color: #204d74;
}
/*中部背景图*/
.index--first-part-right {
	background: url("../img/index/index_first_bg.png");
}

#footer {
	position: relative;
	z-index: 500;
	background: url(../img/index/index_02.gif) no-repeat center top #f0f0f0;
	color: #fff;
	width: 100%;
}

.service-tel-number{
	height:50px;
	line-height: 43px;
	font-size: 30px;
	font-weight: 900;
	color:rgb(9,184,180);
	text-align: left;
	padding-left: 190px;
}
